fix tyop
authorJonathan Blandford <jrb@src.gnome.org>
Wed, 6 Mar 2002 19:29:08 +0000 (19:29 +0000)
committerJonathan Blandford <jrb@src.gnome.org>
Wed, 6 Mar 2002 19:29:08 +0000 (19:29 +0000)
docs/reference/gtk/tree_widget.sgml

index 94dde8e6b7a00721a55ab1569176015b51d9e1d2..95619b1a1057bed524a9cfe3f0cd33ca7247f74c 100644 (file)
@@ -64,7 +64,7 @@ enum
 
   /* Create a model.  We are using the store model for now, though we
    * could use any other GtkTreeModel */
-  model = gtk_tree_store_new_with_values (N_COLUMNS, G_TYPE_STRING);
+  model = gtk_tree_store_new (N_COLUMNS, G_TYPE_STRING);
 
   /* custom function to fill the model with data */
   populate_tree_model (model);